SPARK-5805 Fixed the type error in documentation.#4596
SPARK-5805 Fixed the type error in documentation.#4596emres wants to merge 1 commit intoapache:masterfrom
Conversation
|
Can one of the admins verify this patch? |
|
LGTM. |
Fixes SPARK-5805 : Fix the type error in the final example given in MLlib - Clustering documentation. Author: Emre Sevinç <emre.sevinc@gmail.com> Closes #4596 from emres/SPARK-5805 and squashes the following commits: 1029f66 [Emre Sevinç] SPARK-5805 Fixed the type error in documentation. (cherry picked from commit 9f31db0) Signed-off-by: Xiangrui Meng <meng@databricks.com>
|
Merged into master and branch-1.3 (skipped Jenkins because this only contains doc changes.) @emres This PR contains changes to GMM. It won't be able to merge into branch-1.2. Could you send a patch to branch-1.2? Thanks! |
|
I would gladly do that, but I'm not sure exactly how to send a patch to a What I have done was simply to fork the original Spark repository, create a How can I send a patch to branch-1.2 after having done what I described Emre On Fri, Feb 13, 2015 at 9:40 PM, Xiangrui Meng notifications@github.com
Emre Sevinc |
|
@emres basically you would check out |
|
Ah, BTW, the reason you had these merge conflicts is because your change actually modified a lot of lines trailing whitespace. Ideally we would have undone those and just committed your one-liner. Anyway, I can merge the new PR. |
Fixes SPARK-5805 : Fix the type error in the final example given in MLlib - Clustering documentation.